.badge-top-left{
    position: absolute;
    top: 0.5rem;
    left: 1.5rem;
    width: 50px !important;
    height: auto;
    z-index: 10;
}
.badge-top-left-property {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    width:  75px !important;
    height: auto !important;
    object-fit: contain;
    z-index: 10;
}

select.zone-select + .select2-container .select2-selection--multiple {
    height: 47px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 0 20px;
    box-shadow: none !important;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative !important;
}

.inline-search-area select.zone-select + .select2-container .select2-selection--multiple {
    height: 56px;
    border: 0 !important;
    border-radius: 0 !important;
    border-right: solid 1px #e0e0e0 !important;
}

.advanced-search-form select.zone-select + .select2-container .select2-selection--multiple {
    height: 40px !important;
    min-height: 40px !important;
    border: 1px solid #dbdbdb !important;
    border-radius: 3px !important;
}

select.zone-select + .select2-container .select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start !important;
    gap: 6px;
    overflow-y: auto;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    height: 100%;
}

select.zone-select + .select2-container .select2-selection__rendered.is-empty::before {
    content: attr(data-placeholder);
    font-family: inherit;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

select.zone-select + .select2-container .select2-selection__choice {
    margin: 0 !important;
    padding: 4px 8px !important;
    background-color: var(--primary-color-transparent) !important;
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
    color: #121212 !important;
    opacity: 1 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: Poppins, sans-serif;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
    margin-bottom: 0;
}
.select2-dropdown .select2-search--dropdown {
    padding: 8px;
    background-color: #fff;
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    border: 1px solid #e5e5ea;
    border-radius: 6px;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 4px;
}

.select2-dropdown .select2-search--dropdown .select2-search__field:focus {
    border-color: var(--primary-theme-color);
    box-shadow: 0 0 0 2px rgba(52, 50, 104, 0.1);
}
.select2-dropdown .select2-search--dropdown {
    order: -1;
    display: block !important;
}

.select2-dropdown .select2-results {
    max-height: 300px;
    overflow-y: auto;
}
.select2-dropdown .select2-results__option {
    padding: 8px 12px;
    font-size: 16px;
    font-family: Poppins, sans-serif;
}

.select2-dropdown .select2-results__option--highlighted {
    background-color: var(--primary-theme-color) !important;
    color: #fff !important;
}
.zone-select-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
    font-family: Poppins, sans-serif;
}
.select2-dropdown .select2-results__option[aria-selected="true"] {
    position: relative;
    padding-right: 35px !important;
}
.select2-dropdown .select2-results__option[aria-selected="true"]::after {
    content: '✓';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-theme-color);
}
.select2-dropdown .select2-results__option--highlighted[aria-selected="true"]::after {
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: black;
}
.search-area-6 select.zone-select + .select2-container .select2-selection--multiple {
    height: 65px;
    min-height: 65px;
}
@media (max-width: 992px) {
    .search-area-6 select.zone-select + .select2-container .select2-selection--multiple {
        height: 45px;
        min-height: 45px;
    }
}